home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mail / atpdos06.zip / README.DOS < prev    next >
Text File  |  1992-12-08  |  3KB  |  105 lines

  1.  
  2. QUICK START  for MS-DOS
  3. -----------
  4. note: Two versions are provided for MS-DOS. If you don't have a
  5.       386, use ATPLITE.EXE instead (you could rename it to ATP.EXE
  6.       if you wish).
  7.  
  8.  
  9. 1) put the binary ATP.EXE anywhere in your path (use ATPLITE.EXE
  10.    if you don't have a 386 class machine).
  11.  
  12. 2) make sure ANSI.SYS is installed, add this line to your 
  13.    CONFIG.SYS:
  14.  
  15.    DEVICE=ANSI.SYS
  16.  
  17. 3) set the environment variable ATP to point to where you
  18.    you want ATP to reside (add this to your autoexec.bat).
  19.    For example:
  20.  
  21.    set ATP=c:\foobar\qwks
  22.  
  23.    note that you will have to reboot for the changes in steps (2)
  24.    and (3) to take effect.
  25.  
  26. 4) put the configuration file `atprc' in your ATP directory.
  27.  
  28. 5) put the taglines file "taglines.atp" in your ATP directory.
  29.  
  30. 6) edit the following entries in your atprc :
  31.    
  32.     a) user = Your Name
  33.  
  34.     b) editor = your_editor
  35.  
  36.     c) mail = \your\mail\path\for\new\QWK\packets
  37.  
  38.     d) reply = \your\reply\path\for\outgoing\rep\packets
  39.  
  40.  
  41. 7) enter `atp' at the prompt to start atp.
  42.  
  43. 8) at ATP's prompt enter `load bbsname.qwk' to view your first packet.
  44.  
  45. 9) type `help' for help, `q' for quit.
  46.  
  47. 10) read the docs!
  48.  
  49. 11) read the docs!!
  50.  
  51.  
  52. COMPILING ATP
  53. -------------
  54.  
  55. ATP.EXE was compiled using DJ GCC 1.40 under MS-DOS 5.0 and linked
  56. with the Salz/Tumlee editline library. The GO32.EXE 32bit extender was
  57. prepended to make the executable. If you want a smaller executable 
  58. and you have DJ GCC then you may want to recompile and prepend STUB.EXE
  59. to make the executable. This will reduce the size of the binary by about
  60. 40K but GO32.EXE must be present elsewhere on your drive. If you know how
  61. to use DJ GCC then you understand what I'm saying! 
  62.  
  63. Note that ATPLITE.EXE, the Turbo C/C++ version of ATP, is almost 
  64. identical to the DJ GCC version except that certain size limits are some-
  65. what less. ATPLITE is intended for non-386 class machines. It is "limited"
  66. to 4000 conferences and 65000 byte messages.
  67.  
  68. There are two makefiles provided for DOS users: makefile.djd for use
  69. with D.J.Delorie's GCc, and 'makefile.tcc' for use with Borland's
  70. Turbo C/C++. Both have been tested with Borland's MAKE utility. If
  71. you use another MAKE utilitiy then you might have to edit them slightly.
  72. To build ATP under DJGCC it is assumed that you have installed DJGCC
  73. according to its docs. Note: only run MAKE from the main source 
  74. directory. A separate makefile is invoked from the main makefile
  75. for the editine subdirectory.
  76.  
  77. For DJGCC here is the command line to start the build:
  78.  
  79.     make -fmakefile.djd
  80.  
  81. For TCC here is the command line to start the build:
  82.  
  83.     make -fmakefile.tcc
  84.  
  85. CONTACT INFO
  86. ------------
  87.  
  88. Comments and bug reports welcome.
  89.  
  90. thanks,
  91.  
  92. Thomas McWilliams (KI4N)
  93. P.O. Box 7545
  94. Arlington, VA  22207
  95. USA
  96.  
  97. email: Internet:  thomas.mcwilliams@f615.n109.z1.fidonet.org
  98.        UUCP    :  uunet!pyrdc!bimbo!ukelele!tmcwill
  99.        Fido    :  netmail to 1:109/615
  100.  
  101. I can also be found in the RIME, FIDO, and SmartNet Unix and Offline
  102. conferences, and I usually monitor comp.os.linux (a.k.a. Fido LINUX echo).
  103. You may also leave me a message at When Gravity Fails BBS (202) 686-9086 or
  104. Brodmann's Place BBS (301) 843-5732.
  105.